home *** CD-ROM | disk | FTP | other *** search
- /*
- ****************************************************************************
- *Copyright 1992 Regents of The University of Michigan - All Rights Reserved*
- * *
- * Permission to use, copy, modify, and distribute this software and its *
- * documentation for any purpose and without fee is hereby granted, *
- * provided that the above copyright notice appears in all copies and that *
- * both that copyright notice and this permission notice appear in *
- * supporting documentation, and that the name of The University of Michigan*
- * not be used in advertising or publicity pertaining to distribution of *
- * the software without specific, written prior permission. This software *
- * is supplied as is without expressed or implied warranties of any kind. *
- * *
- * Center for Information Technology Integration *
- * Information Technology Division *
- * The University of Michigan *
- * 519 W. William Street *
- * Ann Arbor, Michigan 48103 *
- * +1 313-764-5440 *
- * FAX: +1 313-764-4434 *
- * info@citi.umich.edu *
- * *
- ****************************************************************************
- */
-
- /* Structure for Volume Control Blocks... stolen from mcs@terminator.cc.umich.edu */
-
- typedef struct {
- VCB xvcb;
- short xvjunk1;
- short xvjunk2;
- short xvSRefNum;
- short xvServerVol;
- AddrBlock xvServerAddr;
- short xvjunk4;
- short xvjunk5;
- short xvjunk6;
- short xvjunk7;
- char xvjunk8;
- unsigned char xvLoginMethod;
- char xvUserName[32];
- char xvjunk9[64];
- long xvLocalHand;
- char xvjunk10[260];
- char xvFindWhere[64];
- } xVCB;